Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.PropertyConfiguration

Packages that use PropertyConfiguration
org.eclipse.vtp.framework.interactions.core.configurations   
 

Uses of PropertyConfiguration in org.eclipse.vtp.framework.interactions.core.configurations
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations that return PropertyConfiguration
 PropertyConfiguration TransferMessageConfiguration.getDestination()
          Returns the destination configuration for this message or null if no such configuration is registered.
 PropertyConfiguration BridgeMessageConfiguration.getDestination()
          Returns the destination configuration for this message or null if no such configuration is registered.
 PropertyConfiguration MediaConfiguration.getPropertyConfiguration(java.lang.String name)
          Returns the property configuration registered under the specified name or null if no such configuration is registered.
 PropertyConfiguration TransferMessageConfiguration.getType()
          Returns the destination type for this message or null if no such configuration is registered.
 PropertyConfiguration BridgeMessageConfiguration.getType()
          Returns the destination type for this message or null if no such configuration is registered.
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type PropertyConfiguration
 void TransferMessageConfiguration.setDestination(PropertyConfiguration destination)
          Sets the destination configuration for this message.
 void BridgeMessageConfiguration.setOutputDestination(PropertyConfiguration destination)
          Sets the destination configuration for this message.
 void MediaConfiguration.setPropertyConfiguration(java.lang.String name, PropertyConfiguration configuration)
          Sets the property configuration registered under the specified name.
 void TransferMessageConfiguration.setType(PropertyConfiguration type)
          Sets the destination type for this message.
 void BridgeMessageConfiguration.setType(PropertyConfiguration type)
          Sets the destination type for this message.